home *** CD-ROM | disk | FTP | other *** search
- //***********************************************************************
- //
- // MainFrame.h
- //
- //***********************************************************************
-
- class CMainFrame : public CFrameWnd
- {
- DECLARE_DYNCREATE (CMainFrame)
-
- private:
- CToolBar m_wndToolBar;
- CStyleBar m_wndStyleBar;
- CStatusBar m_wndStatusBar;
-
- BOOL CreateToolBar ();
- BOOL CreateStyleBar ();
- BOOL CreateStatusBar ();
-
- protected:
- afx_msg int OnCreate (LPCREATESTRUCT);
- afx_msg void OnClose ();
-
- DECLARE_MESSAGE_MAP ()
- };
-